Skip to content

Add release pipeline#21

Merged
gaspardpetit merged 2 commits intomainfrom
feat/release-pipeline
Sep 22, 2025
Merged

Add release pipeline#21
gaspardpetit merged 2 commits intomainfrom
feat/release-pipeline

Conversation

@gaspardpetit
Copy link
Owner

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines +48 to +50
- name: Restore NuGet packages
working-directory: WordAI.VSTO
run: nuget restore WordAI.VSTO.csproj -SolutionDirectory .

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P0] Restore packages into wrong directory breaks publish step

The workflow restores NuGet packages from inside WordAI.VSTO with -SolutionDirectory ., which causes nuget to place the packages folder under WordAI.VSTO/. The project’s references point to ..\packages, so MSBuild cannot resolve them and the Publish step fails before any release artifacts are produced. Restoring from the repository root or setting -SolutionDirectory .. avoids the mismatch.

Useful? React with 👍 / 👎.

@gaspardpetit gaspardpetit merged commit 56ffa63 into main Sep 22, 2025
1 check passed
@gaspardpetit gaspardpetit deleted the feat/release-pipeline branch September 22, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant